google.golang.org/protobuf/internal/impl.mapConverter.keyConv (field)
8 uses
google.golang.org/protobuf/internal/impl (current package)
codec_map.go#L99: key := mapi.conv.keyConv.PBValueOf(iter.Key()).MapKey()
codec_map.go#L167: mapv.SetMapIndex(mapi.conv.keyConv.GoValueOf(key), mapi.conv.valConv.GoValueOf(val))
codec_map.go#L231: mapv.SetMapIndex(mapi.conv.keyConv.GoValueOf(key), val)
codec_map.go#L238: key := mapi.conv.keyConv.PBValueOf(keyrv).MapKey()
codec_map.go#L255: key := mapi.conv.keyConv.PBValueOf(keyrv).MapKey()
convert_map.go#L16: keyConv, valConv Converter
convert_map.go#L25: keyConv: newSingularConverter(t.Key(), fd.MapKey()),
convert_map.go#L34: return protoreflect.ValueOfMap(&mapReflect{v, c.keyConv, c.valConv})
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)